home *** CD-ROM | disk | FTP | other *** search
/ All Star Strip Poker: Girls At Work / All Star Strip Poker - Girls At Work.iso / setup.exe / {app} / jre / README.txt < prev    next >
Text File  |  2005-11-10  |  14KB  |  337 lines

  1.                                 README
  2.  
  3.                 Java(TM) 2 Platform Standard Edition 
  4.                         Runtime Environment
  5.                             Version 5.0
  6.                           
  7.  
  8. The J2SE(TM) Runtime Environment (JRE) is intended for software developers 
  9. and vendors to redistribute with their applications.
  10.  
  11. The J2SE Runtime Environment contains the Java virtual machine, 
  12. runtime class libraries, and Java application launcher that are 
  13. necessary to run programs written in the Java programming language. 
  14. It is not a development environment and does not contain development 
  15. tools such as compilers or debuggers.  For development tools, see the 
  16. J2SE Development Kit.
  17.  
  18.  
  19. =======================================================================
  20.      Deploying Applications with the J2SE Runtime Environment
  21. =======================================================================
  22.  
  23. When you deploy an application written in the Java programming 
  24. language, your software bundle will probably consist of the following 
  25. parts: 
  26.  
  27.             Your own class, resource, and data files. 
  28.             A runtime environment. 
  29.             An installation procedure or program. 
  30.  
  31. You already have the first part, of course. The remainder of this
  32. document covers the other two parts. See also the Notes for Developers 
  33. page on the Java Software website:
  34.  
  35.      http://java.sun.com/j2se/1.5.0/runtime.html
  36.  
  37. -----------------------------------------------------------------------
  38. Runtime Environment
  39. -----------------------------------------------------------------------
  40.  
  41. To run your application, a user needs the J2SE Runtime Environment,
  42. which is freely available from Sun. Or, You can redistribute the 
  43. J2SE Runtime Environment for free with your application, according 
  44. to the terms of the Runtime Environment's license. 
  45.  
  46. The final step in the deployment process occurs when the software is 
  47. installed on individual user system. Installation consists of copying 
  48. software onto the user's system, then configuring the user's system 
  49. to support that software.  You should ensure that your installation 
  50. procedure does not overwrite existing JRE installations, as they may 
  51. be required by other applications.
  52.  
  53.  
  54. =======================================================================
  55.          Redistribution of the J2SE Runtime Environment
  56. =======================================================================
  57.  
  58.      --------------------------------------------------------
  59.      NOTE - The license for this software does not allow the
  60.      redistribution of beta and other pre-release versions.
  61.      --------------------------------------------------------
  62.  
  63. Subject to the terms and conditions of the Software License 
  64. Agreement and the obligations, restrictions, and exceptions set 
  65. forth below, You may reproduce and distribute the Software (and 
  66. also portions of Software identified below as Redistributable), 
  67. provided that:
  68.  
  69. (a) you distribute the Software complete and unmodified and only
  70.     bundled as part of Your applets and applications ("Programs"),
  71.  
  72. (b) your Programs add significant and primary functionality to the 
  73.     Software,
  74.  
  75. (c) your Programs are only intended to run on Java-enabled general
  76.     purpose desktop computers and servers,
  77.  
  78. (d) you distribute Software for the sole purpose of running your 
  79.     Programs,
  80.  
  81. (e) you do not distribute additional software intended to replace 
  82.     any component(s) of the Software,
  83.  
  84. (f) you do not remove or alter any proprietary legends or notices
  85.     contained in or on the Software,
  86.  
  87. (g) you only distribute the Software subject to a license agreement 
  88.     that protects Sun's interests consistent with the terms 
  89.     contained in this Agreement, and
  90.  
  91. (h) you agree to defend and indemnify Sun and its licensors from
  92.     and against any damages, costs, liabilities, settlement amounts 
  93.     and/or expenses (including attorneys' fees) incurred in 
  94.     connection with any claim, lawsuit or action by any third party 
  95.     that arises or results from the use or distribution of any and 
  96.     all Programs and/or Software.
  97.  
  98. The term "vendors" used here refers to licensees, developers, and 
  99. independent software vendors (ISVs) who license and distribute the 
  100. J2SE Runtime Environment with their programs.
  101.  
  102. Vendors must follow the terms of the J2SE Runtime Environment Binary 
  103. Code License agreement.
  104.  
  105. -----------------------------------------------------------------------
  106. Required vs. Optional Files
  107. -----------------------------------------------------------------------  
  108. The files that make up the J2SE Runtime Environment are divided into 
  109. two categories: required and optional.  Optional files may be excluded 
  110. from redistributions of the J2SE Runtime Environment at the 
  111. licensee's discretion.  
  112.  
  113. The following section contains a list of the files and directories that 
  114. may optionally be omitted from redistributions with the J2SE Runtime 
  115. Environment.  All files not in these lists of optional files must be 
  116. included in redistributions of the runtime environment.
  117.  
  118. -----------------------------------------------------------------------
  119. Optional Files and Directories
  120. -----------------------------------------------------------------------
  121. The following files may be optionally excluded from redistributions.
  122. These files are located in the jre1.5.0_<version> directory, where
  123. <version> is the update version number.  Solaris and Linux filenames
  124. and separators are shown. Windows executables have the ".exe" suffix.
  125. Corresponding files with _g in name can also be excluded.
  126.  
  127. lib/charsets.jar                  
  128.    Character conversion classes
  129. lib/ext/ 
  130.    sunjce_provider.jar - the SunJCE provider for Java 
  131.      Cryptography APIs
  132.    localedata.jar - contains many of the resources 
  133.      needed for non US English locales
  134.    ldapsec.jar - contains security features supported 
  135.      by the LDAP service provider
  136.    dnsns.jar - for the InetAddress wrapper of JNDI DNS provider
  137. bin/rmid
  138.    Java RMI Activation System Daemon
  139. bin/rmiregistry
  140.    Java Remote Object Registry
  141. bin/tnameserv
  142.    Java IDL Name Server
  143. bin/keytool
  144.    Key and Certificate Management Tool
  145. bin/kinit 
  146.    Used to obtain and cache Kerberos ticket-granting tickets
  147. bin/klist 
  148.    Kerberos display entries in credentials cache and keytab
  149. bin/ktab 
  150.    Kerberos key table manager
  151. bin/policytool
  152.    Policy File Creation and Management Tool
  153. bin/orbd
  154.    Object Request Broker Daemon
  155. bin/servertool
  156.    Java IDL Server Tool
  157. bin/javaws, lib/javaws/ and lib/javaws.jar
  158.    Java Web Start 
  159.  
  160.  
  161. When redistributing the JRE on Microsoft Windows as a private
  162. application runtime (not accessible by other applications)
  163. with a custom launcher, the following files are also
  164. optional.  These are libraries and executables that are used 
  165. for Java support in Internet Explorer and Mozilla family browsers; 
  166. these files are not needed in a private JRE redistribution.
  167.  
  168. bin/java.exe
  169. bin/javaw.exe
  170. bin/javaws.exe
  171. bin/javacpl.exe
  172. bin/jucheck.exe
  173. bin/jusched.exe
  174.  
  175. bin/JavaWebStart.dll
  176. bin/NPJPI*.dll   (The filename changes in every release)
  177. bin/NPJava11.dll
  178. bin/NPJava12.dll
  179. bin/NPJava13.dll
  180. bin/NPJava14.dll
  181. bin/NPJava32.dll
  182. bin/NPOJI610.dll
  183. bin/RegUtils.dll
  184. bin/axbridge.dll
  185. bin/deploy.dll
  186. bin/jpicom32.dll
  187. bin/jpicpl32.cpl
  188. bin/jpiexp32.dll
  189. bin/jpinscp.dll
  190. bin/jpioji.dll
  191. bin/jpishare.dll
  192. lib/deploy.jar
  193. lib/plugin.jar
  194. lib/javaws.jar
  195. lib/javaws/messages.properties
  196. lib/javaws/messages_de.properties
  197. lib/javaws/messages_es.properties
  198. lib/javaws/messages_fr.properties
  199. lib/javaws/messages_it.properties
  200. lib/javaws/messages_ja.properties
  201. lib/javaws/messages_ko.properties
  202. lib/javaws/messages_sv.properties
  203. lib/javaws/messages_zh_CN.properties
  204. lib/javaws/messages_zh_HK.properties
  205. lib/javaws/messages_zh_TW.properties
  206. lib/javaws/miniSplash.jpg
  207.  
  208.  
  209. -----------------------------------------------------------------------
  210. Redistributable JDK(TM) Files
  211. -----------------------------------------------------------------------
  212. The limited set of files from the JDK listed below may be included in 
  213. vendor redistributions of the J2SE Runtime Environment.  All paths 
  214. are relative to the top-level directory of the JDK.
  215.  
  216.  - jre/lib/cmm/PYCC.pf
  217.       Color profile.  This file is required only if one wishes to 
  218.       convert between the PYCC color space and another color space.
  219.  
  220.  - All .ttf font files in the jre/lib/fonts directory. Note that the 
  221.    LucidaSansRegular.ttf font is already contained in the J2SE
  222.    Runtime Environment, so there is no need to bring that file over 
  223.    from the JDK. 
  224.  
  225.  - jre/lib/audio/soundbank.gm
  226.       This MIDI soundbank is present in the JDK, but it has 
  227.       been removed from the J2SE Runtime Environment in order to 
  228.       reduce the size of the Runtime Environment's download bundle. 
  229.       However, a soundbank file is necessary for MIDI playback, and 
  230.       therefore the JDK's soundbank.gm file may be included in 
  231.       redistributions of the Runtime Environment at the vendor's 
  232.       discretion. Several versions of enhanced MIDI soundbanks are 
  233.       available from the Java Sound web site: 
  234.       http://java.sun.com/products/java-media/sound/
  235.       These alternative soundbanks may be included in redistributions 
  236.       of the J2SE Runtime Environment.
  237.  
  238.   - The javac bytecode compiler, consisting of the following files:
  239.         bin/javac           [Solaris(TM) Operating System 
  240.                              and Linux]
  241.         bin/sparcv9/javac   [Solaris Operating System 
  242.                              (SPARC(R) Platform Edition)]
  243.     bin/amd64/javac     [Solaris Operating System (AMD)]
  244.         bin/javac.exe       [Microsoft Windows]
  245.         lib/tools.jar       [All platforms] 
  246.  
  247.  - The Annotation Processing Tool, consisting of the following files:
  248.         bin/apt             [Solaris(TM) Operating System
  249.                              and Linux]
  250.         bin/sparcv9/apt     [Solaris Operating System
  251.                              (SPARC(R) Platform Edition)]
  252.     bin/amd64/apt       [Solaris Operating System (AMD)]
  253.         bin/apt.exe         [Microsoft Windows] 
  254.  
  255.   - jre\bin\server\
  256.        On Microsoft Windows platforms, the JDK includes both 
  257.        the Java HotSpot Server VM and Java HotSpot Client VM.  However, 
  258.        the J2SE Runtime Environment for Microsoft Windows platforms 
  259.        includes only the Java HotSpot Client VM. Those wishing to use 
  260.        the Java HotSpot Server VM with the J2SE Runtime Environment 
  261.        may copy the JDK's jre\bin\server folder to a bin\server 
  262.        directory in the J2SE Runtime Environment. Software vendors may 
  263.        redistribute the Java HotSpot Server VM with their 
  264.        redistributions of the J2SE Runtime Environment.  
  265.  
  266.  
  267. -----------------------------------------------------------------------
  268. Unlimited Strength Java Cryptography Extension
  269. -----------------------------------------------------------------------
  270. Due to import control restrictions for some countries, the Java 
  271. Cryptography Extension (JCE) policy files shipped with the J2SE 
  272. Development Kit and the J2SE Runtime Environment allow strong but 
  273. limited cryptography to be used.  These files are located at
  274.  
  275.      <java-home>/lib/security/local_policy.jar
  276.      <java-home>/lib/security/US_export_policy.jar
  277.  
  278. where <java-home> is the jre directory of the JDK or the 
  279. top-level directory of the J2SE Runtime Environment.
  280.  
  281. An unlimited strength version of these files indicating no restrictions 
  282. on cryptographic strengths is available on the JDK web site for 
  283. those living in eligible countries.  Those living in eligible countries 
  284. may download the unlimited strength version and replace the strong 
  285. cryptography jar files with the unlimited strength files.
  286.       
  287.  
  288. -----------------------------------------------------------------------
  289. Endorsed Standards Override Mechanism
  290. -----------------------------------------------------------------------
  291. An endorsed standard is a Java API defined through a standards
  292. process other than the Java Community Process(SM) (JCP(SM)). Because
  293. endorsed standards are defined outside the JCP, it is anticipated that
  294. such standards will be revised between releases of the Java 2 
  295. Platform.  In order to take advantage of new revisions to endorsed 
  296. standards, developers and software vendors may use the Endorsed 
  297. Standards Override Mechanism to provide newer versions of an endorsed 
  298. standard than those included in the Java 2 Platform as released by Sun
  299. Microsystems.
  300.  
  301. For more information on the Endorsed Standards Override Mechanism, 
  302. including the list of platform packages that it may be used to 
  303. override, see
  304.  
  305.    http://java.sun.com/j2se/1.5.0/docs/guide/standards/
  306.  
  307. Classes in the packages listed on that web page may be replaced only 
  308. by classes implementing a more recent version of the API as defined 
  309. by the appropriate standards body.
  310.  
  311. In addition to the packages listed in the document at the above 
  312. URL, which are part of the Java 2 Platform Standard Edition 
  313. (J2SE(TM)) specification, redistributors of Sun's J2SE 
  314. Reference Implementation are allowed to override classes whose 
  315. sole purpose is to implement the functionality provided by 
  316. public APIs defined in these Endorsed Standards packages.  
  317. Redistributors may also override classes in the org.w3c.dom.* 
  318. packages, or other classes whose sole purpose is to implement 
  319. these APIs.
  320.  
  321.  
  322. -----------------------------------------------------------------------
  323. The cacerts Certificates File
  324. -----------------------------------------------------------------------
  325. Root CA certificates may be added to or removed from the J2SE
  326. certificate file located at <java-home>/lib/security/cacerts.
  327. For more information, see The cacerts Certificates File section
  328. in the keytool documentation at:
  329. http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/keytool.html#cacerts
  330.  
  331.  
  332. -----------------------------------------------------------------------
  333. Copyright 2005 Sun Microsystems, Inc., 4150 Network Circle, 
  334. Santa Clara, California 95054, U.S.A.  All rights reserved.
  335.  
  336.  
  337.